home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 276-300 / 288 / scripit / test.rexx < prev    next >
OS/2 REXX Batch file  |  1995-03-14  |  730b  |  36 lines

  1.  /* Script ARexx Test Script */
  2.  
  3. OPTIONS RESULTS
  4. address command 'run C:Scripit -x XIT2'
  5. address command 'c:waitforport XIT2'
  6. address XIT2
  7. 'verbose off'
  8. 'select active'
  9. 'q window'
  10. say 'Window       : ' result
  11. 'q screen'
  12. say 'Screen       : ' result
  13. 'q windowdata'
  14. say 'Window Data  : ' result
  15. 'q windowlimits'
  16. say 'Window Limits: ' result
  17. 'q screendata'
  18. say 'Screen Data  : ' result
  19. 'q activewindow'
  20. say 'Active Window: ' result
  21. 'q activescreen'
  22. say 'Active Screen: ' result
  23. 'q pointerpos'
  24. say 'Pointer      : ' result
  25. 'q mousepos'
  26. say 'Mouse        : ' result
  27. 'q path c:list'
  28. say 'Path         : ' result
  29. 'select screen work work'
  30. 'q windowflags'
  31. say 'Window Flags : ' result
  32. 'q screenflags'
  33. say 'Screen Flags : ' result
  34.  
  35. 'QUIT'
  36.